body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #515151;
  background-color: #fff;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 58px;
  }
}
ul, ol {
  list-style: none;
}
img {
  border: 0
}
a {
  color: #515151;
  text-decoration: none
}
a:hover {
  color: #cd261e;
  text-decoration: none
}
em, i {
  font-style: normal;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after {
  clear: both;
}

.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

.t1em {
  display: inline-block;
  text-indent: 1em;
}
.t2em {
  text-indent: 2em;
}
.t4em {
  text-indent: 4em;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

/***************** header S *****************/
.topbar {
  height: 35px;
  line-height: 35px;
  color: #666;
  background-color: #f0f0f0;
}
.topbar a {
  margin-left: 5px;
  color: #666;
}
.topbar a:hover {
  color: #333;
}
header .logo {
  position: relative;
  padding: 5px 0;
}
header .logo img {
  display: block;
  max-width: 100%;
}
header .logo h1,
header .logo b {
  position: absolute;
  left: 95px;
  top: 75px;
  font-size: 16px;
  font-weight: normal;
}
header .slogan,
header .tel {
  display: none;
}
@media (min-width: 992px) {
  header .logo {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 534px;
    min-height: 114px;
  }
  header .tel {
    display: block;
    margin-top: 25px;
    padding-left: 54px;
    font-size: 18px;
    text-align: right;
    background: url(icon-phone.png) no-repeat;
  }
  header .tel p {
    margin-bottom: 4px;
    font-size: 13px;
    color: #999;
  }
  header .tel span {
    line-height: 20px;
    font-size: 26px;
    color: #cd261e;
  }
}
@media (min-width: 1200px) {
  header .slogan {
    display: block;
    margin-top: 25px;
    padding-left: 20px;
    padding-bottom: 5px;
    border-left: 1px solid #ddd;
  }
  header .slogan h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
  }
  header .slogan p {
    font-size: 16px;
  }
  header .slogan span {
    color: #cd261e;
  }
}
.nav {
  background-color: #cd261e;
}
.nav > ul > li {
  float: left;
  text-align: center;
}
.nav > ul > li >  a {
  display: block;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
}
.nav > ul > li.active a,
.nav > ul > li > a:hover {
  color: #fff;
  background-color: #b4160f;
}
.nav > ul > li ul {
  display: none;
}
@media (max-width: 767px) {
  .nav > ul > li {
    width: 25%;
    border-left: 1px solid #e6322a;
    border-bottom: 1px solid #e6322a;
  }
  .nav > ul > li:first-child,
  .nav > ul > li:nth-child(5) {
    border-left: none;
  }
}
@media (min-width: 768px) {
  header .logo {
    margin-right: 20px;
  }
  .nav > ul > li {
    margin-right: 10px;
  }
  .nav > ul > li > a {
    padding: 5px 10px;
  }
}
@media (min-width: 992px) {
  .nav > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .nav > ul > li > a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/***************** header E *****************/

/***************** footer S *****************/
footer {
  padding: 20px 0;
  color: #fff;
  background: #c6241d url(footer-bg.jpg) center top no-repeat;
}
footer .copyright {
  display: none;
}
footer .logo {
  display: none;
}
footer .contact {
  float: left;
  padding-left: 1em;
}
footer .contact h4 {
  height: 34px;
  line-height: 34px;
}
footer .contact p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  footer .qrcode {
    position: absolute;
    right: 5px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  footer .copyright {
    display: block;
    height: 34px;
    margin-bottom: 38px;
    line-height: 34px;
    text-align: center;
  }
  footer .qrcode {
    float: left;
    margin-right: 20px;
  }
  footer .contact {
    min-width: 300px;
  }
  footer .contact h4 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  footer .container {
    background: url(slogan.gif) right 90px no-repeat;
  }
  footer .logo {
    float: left;
    display: block;
    margin-right: 35px;
  }
}

.footbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  background-color: #cd261e;
  border-top: 1px solid #f55e57;
}
.footbar li {
  flex: 1;
  text-align: center;
  border-left: 1px solid #f55e57;
}
.footbar li:first-child {
  border-left: none;
}
.footbar li a {
  display: block;
  padding-top: 35px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #fff;
  background: url(icon-home.png) center 5px no-repeat;
  background-size: 28px;
}
.footbar li:nth-child(2) a {
  background-image: url(icon-tel.png);
}
.footbar li:last-child a {
  background-image: url(icon-sms.png);
}
@media (min-width: 768px) {
  .footbar {
    display: none;
  }
}
/***************** footer E *****************/

/***************** banner S *****************/
#indexslider .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#indexslider .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
#indexslider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#indexslider .owl-dots .owl-dot {
  display: inline-block;
}
#indexslider .owl-dots .owl-dot span {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 5px;
  background-color: #fff;
}
#indexslider .owl-dots .owl-dot.active span,
#indexslider .owl-dots .owl-dot:hover span {
  background-color: #f90;
}
#indexslider .owl-nav div {
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  white-space: nowrap;
  text-indent: -99px;
  overflow: hidden;
  border: none;
  background: url(slider-arrow.png) -60px 0 no-repeat;
}
#indexslider .owl-nav .owl-prev {
  left: 5%;
  background-position: -176px 0;
}
#indexslider .owl-nav .owl-prev:hover {
  background-position: -115px 0;
}
#indexslider .owl-nav .owl-next {
  right: 5%;
}
#indexslider .owl-nav .owl-next:hover {
  background-position: 0 0;
}
@media (min-width: 1200px) {
  #indexslider .owl-nav .owl-prev {
    left: 19%;
  }
  #indexslider .owl-nav .owl-next {
    right: 19%;
  }
}

.banner-page {
  height: 150px;
  margin-bottom: 20px;
  background: url(banner.jpg) center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .banner-page {
    height: 300px;
    margin-bottom: 30px;
  }
}
/***************** banner E *****************/


.breadcrumb {
  height: 50px;
  padding-top: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}
.breadcrumb h3 {
  float: left;
  padding-left: 10px;
  font-size: 18px;
  border-left: 5px solid #cd261e;
}
.breadcrumb p {
  float: right;
}
@media (max-width: 767px) {
  body.blog .sidebar {
    display: none;
  }
  .subnav {
    padding: 5px;
    text-align: center;
  }
  .subnav li {
    display: inline-block;
    margin: 3px;
  }
  .subnav li a {
    display: block;
    padding: 0 15px;
    line-height: 30px;
    border: 1px solid #cd261e;
  }
  .content {
    padding: 5px 5px 20px 5px;
  }
}
@media (min-width: 768px) {
  main {
    display: flex;
  }
  .sidebar {
    width: 240px;
  }
  .sidebar .tit {
    height: 64px;
    margin-bottom: 2px;
    padding: 15px 0 0 40px;
    color: #fff;
    background: url(side-tit.png) no-repeat;
  }
  .sidebar .tit h2 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: normal;
  }
  .sidebar .tit p {
    font-size: 14px;
    text-transform: uppercase;
  }
  .subnav {
    background-color: #dadadc;
  }
  .subnav li {
    height: 49px;
    line-height: 48px;
    border-bottom: 1px solid #fff;
  }
  .subnav li a {
    position: relative;
    display: block;
    text-indent: 40px;
    font-size: 15px;
  }
  .subnav li a:hover {
    background-color: #bdbcc1;
  }
  .subnav li a:after {
    position: absolute;
    right: 40px;
    top: 50%;
    display: block;
    content: " ";
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: url(nav-arr.png) no-repeat;
  }
  .subnav li a:hover:after {
    background-position: 0 -17px;
  }
  .sidebar .tel {
    height: 40px;
    padding-left: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    background: url(side-tel.png) no-repeat;
  }
  .content {
    flex: 1;
    margin-left: 30px;
  }
}

.search {
  margin-bottom: 30px;
  padding: 5px 0;
  line-height: 35px;
  background-color: #eee;
}
.search .hotwords {
  display: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 30px;
}
.search .hotwords a {
  margin-right: .5em;
  color: #333;
}
.search .hotwords a:hover {
  color: #f00;
}
.search .form {
  margin-left: auto;
}
.search .form input {
  float: left;
  height: 35px;
}
.search .form input[type='text'] {
  min-width: 250px;
  padding: 0 5px;
}
.search .form input[type='submit'] {
  width: 50px;
  background: #cd261e url(sprites.png) -125px 7px no-repeat;
  border: none;
  cursor: pointer;
}
.search .form input[type='submit']:hover {
  background-color: #b4160f;
}
@media (max-width: 767px) {
  .search .container {
    display: flex;
  }
  .search .form {
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .search {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .search .container {
    display: flex;
  }
  .search .hotwords {
    display: block;
    max-width: 65%;
  }
}



.txtlist {
  padding: 0 5px;
  
}
.txtlist li {
  border-bottom: 1px dashed #ddd;
}
.txtlist li a{ margin-left:10px;}
.txtlist li span {
float:right;
  color: #999;
}
@media (min-width: 768px) {
  .txtlist li {
    font-size: 15px;
  }
}

.imglist li {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.imglist li a {
  display: block;
  text-align: center;
}
.imglist li img {
  display: block;
  width: 100%;
}
.imglist li p {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #e5e5e5;
}
.imglist li a:hover p {
  color: #fff;
  background-color: #cd261e;
}
@media (min-width: 768px) {
  .imglist li {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .imglist li img {
    border: 10px solid #e5e5e5;
    border-bottom: none;
  }
  .imglist li p {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.pagebar {
  margin-top: 20px;
  text-align: center
}
.pagebar li {
  display: inline-block;
}
.pagebar li a,
.pagebar li span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  margin: 0 2px;
  padding: 5px 8px;
}
.pagebar li a:hover,
.pagebar li.active a,
.pagebar li.active span {
  color: #fff;
  background-color: #cd2626;
  border-color: #cd2626;
}
.pagebar .disabled {
  color: #999;
}
@media (min-width: 768px) {
  .pagebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.article {
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 1.75em;
  overflow: hidden;
}
.article img {
  max-width: 100%;
}
.article > p {
  margin-bottom: 1em;
}

.post {
  padding: 15px 0;
}
.post > h1 {
  text-align: center;
  font-size: 20px;
}
.post .meta {
  margin: 10px 0;
  line-height: 30px;
  text-align: center;
  color: #999;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
}
.post .meta span {
  padding: 0 .5em;
}
.post .abstract {
  padding: 8px;
  background-color: #f5f5f5;
  border: 1px dashed #eee;
}
.post .prevnext {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.post .prevnext li {
  line-height: 1.5em;
}
.post .article {
  padding-top: 15px;
}
.post .article img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .post {
    padding: 10px;
  }
  .post .meta {
    margin-top: 20px;
  }
}


table.contact {
  min-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
table.contact td {
  padding: 5px 10px;
}
table.contact tr td:first-child {
  text-align: right;
}
@media (max-width: 767px) {
  table.contact {
    width: 95%;
  }
}

.gbook {
  padding-bottom: 30px;
}
.gbook .form-group {
  margin-bottom: 10px;
}
.gbook .form-group input,
.gbook .form-group textarea {
  width: 100%;
  padding: 8px 10px;
  color: #666;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
.gbook .form-group textarea {
  flex-grow: 1;
  min-height: 150px;
}
.gbook .form-group input:last-child {
  margin-right: 0;
}
.gbook .form-group select {
  flex-grow: 1;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.gbook input[type='submit'] {
  padding: 8px 70px;
  font-size: 20px;
  color: #fff;
  background-color: #cd261e;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gbook .form-group {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}


.sec-tit {
  margin-bottom: 15px;
  text-align: center;
}
.sec-tit h2 {
  line-height: 2em;
  font-size: 30px;
  font-weight: normal;
}
.sec-tit h2 span {
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
  color: #cd261e;
}
.sec-tit p {
  color: #999;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sec-tit h2 {
    font-size: 40px;
  }
}

.box {
  margin-bottom: 10px;
}
.box .hd {
  height: 30px;
  margin-bottom: 15px;
  padding-right: 8px;
  line-height: 30px;
  background: url(box-hd.png) no-repeat;
}
.box .hd h3 {
  float: left;
  padding-left: 30px;
  font-size: 18px;
  color: #cd261e;
}
.box .hd h3 span {
  display: inline-block;
  padding-right: .5em;
  background-color: #fff;
}
.box .hd a {
  float: right;
  padding-left: 10px;
  color: #999;
  background-color: #fff;
}

@media (max-width: 767px) {
  .product .sidebar {
    display: none;
  }
  .product .imglist li:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .product {
    display: flex;
  }
}


.youshi {
  padding-bottom: 30px;
}
.youshi .sec-tit h2 span {
  padding-right: 15px;
  font-size: 84px;
  font-style: italic;
}
.youshi .sec-tit p {
  display: inline-block;
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  letter-spacing: 5px;
  background-color: #cd261e;
  border-radius: 15px;
}
.youshi li .text {
  background: url(num-1.png) no-repeat;
}
.youshi li:nth-child(2) .text {
  background-image: url(num-2.png);
}
.youshi li:nth-child(3) .text {
  background-image: url(num-3.png);
}
.youshi li .text h5 {
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .youshi {
    padding-left: 5px;
    padding-right: 5px;
  }
  .youshi li .text {
    margin-bottom: 10px;
    padding-left: 75px;
    background-image: url(num-1.jpg);
  }
  .youshi li:nth-child(2) .text {
    background-image: url(num-2.jpg);
  }
  .youshi li:nth-child(3) .text {
    background-image: url(num-3.jpg);
  }
}
@media (min-width: 768px) {
  .youshi {
  }
  .youshi li {
    display: flex;
    align-items: center;
    margin-top: -50px;
  }
  .youshi li .text {
    padding-left: 145px;
  }
  .youshi li:nth-child(3) .text {
    padding-left: 155px;
  }
  .youshi li .text h5 {
    font-size: 24px;
  }
  .youshi li .text p {
    line-height: 2em;
    font-size: 16px;
  }
}


.about {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}
.about .container {
  display: flex;
  align-items: flex-start;
}
.about .text > p {
  padding-left: 10px;
  font-size: 28px;
  color: #ddd;
  text-transform: uppercase;
}
.about .text > h2 {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}
.about .text .intro {
  padding: 25px 15px;
  line-height: 2em;
  color: #fff;
  background-color: #666;
}
.about .text .intro a {
  color: #fff;
}
@media (min-width: 768px) {
  .about .text > p {
    padding-left: 45px;
    font-size: 45px;
  }
  .about .text > h2 {
    padding-left: 45px;
    font-size: 28px;
    font-weight: normal;
  }
  .about .text .intro {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1199px) {
  .about img {
    width: 300px;
  }
}


.news {
  padding-top: 20px;
}
.news .txtlist li {
  position: relative;
  height: 36px;
  line-height: 36px;
  background: none;
  border-bottom: none;
  border-bottom: 1px dashed #ddd;
}
.news .txtlist li:before {
  position: absolute;
  left: -3px;
  top: 50%;
  display: block;
  content: " ";
  width: 5px;
  height: 5px;
  margin-top: -2px;
  background: url(li.png) no-repeat;
}
.news .txtlist li:hover:before {
  background-image: url(li-active.png);
}
@media (min-width: 992px) {
  .news .box {
    padding-right: 5px;
  }
  .news #faqnews {
    float: left;
    width: 33.2%;
    padding-left: 5px;
  }
  .news #faqnews li {
    border-left: 1px solid #ddd;
  }
  .news .txtlist li {
    font-size: 16px;
  }
}

.tabs .panel > div {
  display: none;
}
.tabs .panel > div.active {
  display: block;
}

.flinks {
  margin-top: 30px;
  padding: 10px 0;
  background-color: #f2f2f2;
}
.flinks .tabs > ul li {
  display: inline-block;
  padding: 5px 25px;
  margin-right: 2px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-bottom: none;
  cursor: pointer;
}
.flinks .tabs > ul li.active {
  background-color: #fff;
}
.flinks .tabs .panel {
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
}
.flinks .tabs .panel a {
  margin: 0 .5em;
}






#newstab {
  float: left;
  width: 66.66%;
}
#newstab > ul {
  height: 41px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#newstab > ul li {
  float: left;
  display: block;
  margin-right: 8px;
}
#newstab > ul li a {
  display: block;
  padding: 0 30px;
  line-height: 40px;
  font-size: 16px;
  background-color: #f5f5f5;
}
#newstab > ul li.active a {
  color: #fff;
  background-color: #cd261e;
}
.headline {
  display: flex !important;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #eee;
}
.headline .thumb {
  width: 200px;
}
.headline .thumb img {
  display: block;
  width: 100%;
}
.headline .text {
  flex: 1;
  margin-left: 15px;
}
.headline .text h4 {
  margin-bottom: 8px;
  font-size: 16px;
}
.headline .text p {
  line-height: 1.75em;
  color: #666;
}
/*********zxc**********/
.zp-list li{ float:left; width:48%; margin-right:2%;}
.zp-list li span { font-size:14px;}
.titlepic{ text-align:center; padding-top:12px;}
.content .article{ font-size:16px;}

.zp-news-list{ clear:both; padding-top:12px; padding-bottom:12px;}
.zp-news-list .photo{ float:left; width:200px; height:133px; overflow:hidden; margin-right:12px;}
.zp-news-list .photo img { width:100%; }
.zp-news-list .jieshao{ width:708px; float:right;}
.zp-news-list .jieshao .hidden-xs{ float:right;}
.zp-news-list .jieshao .tit a{ font-size:18px; font-weight:bold;}
.zp-news-list .jieshao .jscontent p{ clear:both; width:700px; word-wrap: break-word;word-break: break-all;overflow: hidden; margin-top:15px; line-height:24px;}

.zp-news-list span {
  float: right;
  color: #999;
}
.zp-zuixin{ margin-top:30px;}
.zp-wenzhang{ height:30px; line-height:30px; border-bottom:1px #ccc dashed; padding-bottom:2px; overflow:hidden;}
.zp-wenzhang span{ padding-right:6px; }
.zp-wenzhang a{ color:#555; font-size:14px;}
.zp-wenzhang:hover a{ color:#222;}
.zp-wenzhang:hover span{ color:#cd261e}

.zp-tupian{ clear:both; padding-top:12px;}
.zp-tupian img{ width:100%;}
.zp-tupian a{ height:155px; overflow:hidden;}
.zp-tupian h3{ color:#333; font-size:14px; font-weight:bold; padding-top:3px; text-align:center;}

@media (max-width: 767px) {
.zp-news-list { width:100%;}
.zp-news-list .photo{ width:35%;}
.zp-news-list .jieshao{ width:61%;}
.zp-news-list .jieshao .tit a{overflow:hidden; font-size:14px; width:100%; margin-left:0;}
.zp-news-list .jieshao .jscontent p{ overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-size:12px; width:100%; margin-top:5px;}
.zp-news-list .photo{  height:96px;}
}






